TimeZone Class |
Namespace: Independentsoft.Exchange
The TimeZone type exposes the following members.
| Name | Description | |
|---|---|---|
| TimeZone |
Initializes a new instance of the TimeZone class.
| |
| TimeZone(Int32) |
Initializes a new instance of the TimeZone class.
| |
| TimeZone(Duration) |
Initializes a new instance of the TimeZone class.
| |
| TimeZone(StandardTimeZone) |
Initializes a new instance of the TimeZone class.
| |
| TimeZone(Int32, Int32) |
Initializes a new instance of the TimeZone class.
| |
| TimeZone(Duration, String) |
Initializes a new instance of the TimeZone class.
| |
| TimeZone(Duration, TimeChange, TimeChange) |
Initializes a new instance of the TimeZone class.
| |
| TimeZone(Duration, String, TimeChange, TimeChange) |
Initializes a new instance of the TimeZone class.
|
| Name | Description | |
|---|---|---|
| DaylightTime |
Represents the date and time when the time changes from standard time to daylight saving time.
| |
| Name |
Describes the name of the time zone.
| |
| Offset |
Represents the hourly offset from UTC for the current time zone.
| |
| StandardTime |
Represents the date and time when the time changes from daylight saving time to standard time.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString |
Converts the value of the current TimeZone object to its equivalent string representation.
(Overrides ObjectToString.) |